Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generic Transaction #2468

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

grumbach
Copy link
Member

@grumbach grumbach commented Nov 29, 2024

  • Adds Generic Transaction Data type
  • Removes Spend
  • Removes sn_transfers and sn_auditor which revolved around spends and are 100% DEAD CODE

service.service_data.service_name,
wallet.balance()
);
// TODO: remove this as we have no way to know the reward balance of nodes since EVM payments!

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
}
Err(_) => node.reward_balance = None,
}
// TODO: remove this as we have no way to know the reward balance of nodes since EVM payments!

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@grumbach grumbach changed the title feat: generic transfers feat: generic Transaction Nov 29, 2024
@grumbach grumbach force-pushed the generic_transfers branch 5 times, most recently from e7bd7ff to 1e114a6 Compare November 29, 2024 08:56
@maqi maqi force-pushed the generic_transfers branch from 1e114a6 to ebb8702 Compare November 29, 2024 14:51
@jacderida jacderida merged commit 0c439a2 into maidsafe:main Nov 29, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants